.module{
    padding-top: 50px;
}
.inside-title .title{

}
.inside-title .small_title{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-top: 18px;
}

.module1{
    padding-bottom: 60px;
}
.module1 .main{
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
}
.module1 .main .item{
    width: 387px;
    height: 255px;
    text-align: center;
    padding: 0 39px;
    transition: all 0.3s;
}
.module1 .main .item:first-child{
    padding: 0 33px;
}
.module1 .main .item .cover{
    padding-top: 37px;
    padding-bottom: 19px;
}
.module1 .main .item .cover img{
    width: 75px;
    height: 75px;
}
.module1 .main .item .title{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}
.module1 .main .item .line{
    width: 54px;
    height: 3px;
    background: #ED6827;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 16px;
}
.module1 .main .item .desc{
    font-size: 14px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
}
.module1 .main .item:hover{
    box-shadow: 0px 10px 27px 0px rgba(4,0,0,0.08);
    border-radius: 1px;
}

.module2{
    background: rgba(245, 245, 245, 1);
    padding-bottom: 60px;
}
.module2 .main{
    margin-top: 44px;
    height: 359px;
    position: relative;
}
.module2 .main .item{
    width: 446px;
    height: 155px;
    padding-top: 40px;
    padding-left: 52px;
    background: #ffffff;
    position: absolute;
    transition: all 0.3s;
    z-index: 100;
}
.module2 .main .item::after{
    content: ' ';
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background: #EC6826;
    transition: all 0.3s;
}
.module2 .main .item:hover::after{
    width: 100%;
}
.module2 .main .item .title{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}
.module2 .main .item .desc{
    font-size: 14px;
    max-width: 338px;
    margin-top: 20px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
}
.module2 .main .item1{
    top: 0;
    left: 0;
}
.module2 .main .item2{
    top: 0;
    right: 0;
}
.module2 .main .item3{
    bottom: 0;
    left: 0;
}
.module2 .main .item4{
    bottom: 0;
    right: 0;
}
.module2 .main .bgg{
    width: 510px;
    height: 359px;
    top: 0;
    left: 50%;
    margin-left: -260px;
    position: absolute;
}

.module3{
    padding-bottom: 63px;
}
.module3 .main{
    margin-top: 42px;
}
.module3 .main img{
    width: 100%;
}
.module3 .main .mobile{
    display: none;
}

.module4{
    padding-bottom: 60px;
    background: RGBA(246, 246, 246, 1);
}
.module4 .main{
    margin-top: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.module4 .main .item{
    width: 594px;
    height: 202px;
    padding-top: 40px;
    padding-left: 52px;
    background: #ffffff;
    border: 1px solid #ffffff;
    position: relative;
}
.module4 .main .item:hover{
    border: 1px solid #ED6827;
}
.module4 .main .item .title{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}
.module4 .main .item .desc{
    font-size: 14px;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
    max-width: 336px;
    margin-top: 20px;
}
.module4 .main .item .cover{
    width: 130px;
    height: 130px;
    position: absolute;
    top: 36px;
    right: 42px;
}

.module5{
    padding-bottom: 64px;
}
.module5 .main{
    padding-top: 39px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.module5 .main .item{
    width: 175px;
    height: 115px;
    margin-bottom: 6px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;

    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
    text-align: center;
    line-height: 115px;

    transition: all 0.3s;
}
.module5 .main .item:hover{
    background-size: 120% 120%;
}
.module5 .main .item span{
    position: relative;
    z-index: 100;
}
.module5 .main .item::after{
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.58);
}

@media screen and (max-width: 1260px) {
    .inside-title .title{

    }
    .module{
        padding-top: 38px;
    }
    .inside-title .small_title{
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        line-height: 12px;
        margin-top: 12.5px;
    }
    .module1{
        padding-bottom: 0;
    }
    .module1 .main{
        margin-top: 43px;
        display: block;
    }
    .module1 .main .item:first-child{
        padding: 0;
        padding-left: 78px;
    }
    .module1 .main .item{
        width: 100%;
        height: auto;
        padding: 0;
        position: relative;
        padding-left: 78px;
        margin-bottom: 49px;
    }
    .module1 .main .item:hover{
        box-shadow: none;
    }

    .module1 .main .item .cover{
        padding: 0;
        width: 69px;
        height: 69px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .module1 .main .item .line{
        display: none;
    }
    .module1 .main .item .title{
        text-align: left;
        font-size: 18px;
        line-height: 17px;
    }
    .module1 .main .item .desc{
        text-align: left;
        font-size: 13px;
        color: #8A8A8A;
        line-height: 16px;
        margin-top: 16px;
    }

    .module2{
        padding-bottom: 16px;
    }
    .module2 .main{
        height: auto;
        margin-top: 24px;
        position: initial;
    }
    .module2 .container{
        position: relative;
    }
    .module2 .main .item{
        width: 100%;
        height: auto;
        padding: 0;
        position: relative;
        padding-top: 21px;
        padding-left: 25px;
        padding-right: 38px;
        margin-bottom: 14px;
        padding-bottom: 24px;
        box-shadow: 1px 8px 22px 0px rgba(0,0,0,0.17);
    }
    .module2 .main .item .title{
        font-size: 14px;
        font-weight: 500;
        color: #333333;
        line-height: 14px;
    }
    .module2 .main .item .desc{
        font-size: 12px;
        font-weight: 400;
        color: #8A8A8A;
        line-height: 15px;
        margin-top: 16px;
    }
    .module2 .main .item::after{
        height: 100%;
        width: 4px;
    }
    .module2 .main .item:hover::after {
        height: 100%;
        width: 4px;
    }
    .module2 .main .bgg{
        width: 100%;
        height: auto;
        left: 0;
        margin: 0;
        top: 155px;
    }

    .module3{
        padding-top: 35px;
    }

    .module3 .main .pc{
        display: none;
    }
    .module3 .main .mobile{
        margin: 0 -15px;
        display: block;
        max-width: 100vw;
        width: initial;
    }
    .module3 .main{
        margin-top: 19px;
    }
    .module3{
        padding-bottom: 40px;
    }

    .module4{
        padding-bottom: 30px;
    }
    .module4 .main{
        display: block;
    }
    .module4 .main .item{
        width: 100%;
        height: auto;
        background: none;
        padding: 0;
        text-align: center;
        margin-bottom: 36px;
        border: 1px solid RGBA(246, 246, 246, 1);
 
    }
    .module4 .main .item:hover{
        border: 1px solid RGBA(246, 246, 246, 1);
    }
    .module4 .main .item .cover{
        position: relative;
        top: 0;
        right: auto;
        margin-bottom: 24px;
    }
    .module4 .main .item .title{
        text-align: left;
    }
    .module4 .main .item .desc{
        width: 100%;
        text-align: left;
        margin: 0;
        margin-top: 12px;
        padding-right: 30px;
    }

    .module5 .main .item{
        width: 49%;
    }
    .module5 .main{
        padding-top: 24px;
    }
    .module5{
        padding-bottom: 40px;
    }
}
